home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / docs / misc / MemManual.lha / MemManual / Include / pragmas / memory_pragmas.h
Encoding:
C/C++ Source or Header  |  2002-01-30  |  1.9 KB  |  41 lines

  1. #ifndef PRAGMAS_MEMORY_PRAGMAS_H
  2. #define PRAGMAS_MEMORY_PRAGMAS_H
  3.  
  4. #ifndef CLIB_MEMORY_PROTOS_H
  5. #include <clib/memory_protos.h>
  6. #endif
  7.  
  8. /*-----------------------------------------------------------------
  9. *-- memory.library                                               --
  10. *-- © 1998-2002 the mmu.library development group, THOR-Software --
  11. *--                                                              --
  12. *-- Library header file Version 40.1                             --
  13. *--                                                              --
  14. *-- created 07 Jul 1999 THOR,   Thomas Richter                   --
  15. *-- release 29 Jan 2002 THOR,    Thomas Richter             --
  16. *----------------------------------------------------------------- */
  17. #pragma  libcall MemoryBase NewAdrSpaceA         01e 801
  18. #pragma  libcall MemoryBase DeleteAdrSpace       024 801
  19. #pragma  libcall MemoryBase MMUContextOf         02a 801
  20. #pragma  libcall MemoryBase AdrSpaceOfCtx        030 801
  21. #pragma  libcall MemoryBase NewVMPoolA           036 801
  22. #pragma  libcall MemoryBase DeleteVMPool         03c 801
  23. #pragma  libcall MemoryBase LockMemory           042 09803
  24. #pragma  libcall MemoryBase UnlockMemory         048 109804
  25. #pragma  libcall MemoryBase HoldMemory           04e 09803
  26. #pragma  libcall MemoryBase UnholdMemory         054 109804
  27. #pragma  libcall MemoryBase SwapMemoryOut        05a 09803
  28. #pragma  libcall MemoryBase AllocVMemory         060 0802
  29. #pragma  libcall MemoryBase FreeVMemory          066 09803
  30. #pragma  libcall MemoryBase PoolVBase            06c 801
  31. #pragma  libcall MemoryBase PoolVSize            072 801
  32. #pragma  libcall MemoryBase EnterAddressSpace    078 9802
  33. #pragma  libcall MemoryBase LeaveAddressSpace    07e 901
  34. #pragma  libcall MemoryBase CurrentAddressSpace  084 901
  35. #ifdef __SASC_60
  36. #pragma  tagcall MemoryBase NewAdrSpace          01e 801
  37. #pragma  tagcall MemoryBase NewVMPool            036 801
  38. #endif
  39.  
  40. #endif    /*  PRAGMAS_MEMORY_PRAGMA_H  */
  41.